-
Notifications
You must be signed in to change notification settings - Fork 228
Update SBT and plugins to latest versions #215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
f8ae22c
to
45f1985
Compare
50e3358
to
bc7ca20
Compare
@SethTisue What's the best way to do a re-run of the 2.13.6 packages with this PR to let us compare the artifacts? |
e19672d
to
98010ea
Compare
98010ea
to
cd61713
Compare
0c1430d
to
709400f
Compare
709400f
to
83451fd
Compare
It should be safe to run the usual release steps as far as the creation of the staging repos, but whether there is something along the way that will make it fail when Maven Central already has artifacts with the same version number, I simply don't know. Perhaps you'll need to make up a version number 2.13.6-2 or something and accept that the artifact-comparing will be harder. |
I'm going for local runs, using VMs to create and test installs of the .msi and .dep bundles. |
Looking good so far. Zip are identical according to Ideally we'd set the all timestamps deterministically to make the build repeatable, but that's one for another day.
.rpm and .deb are extremely close in size, but I haven't analyzed the differences yet.
|
3060049
to
eb5886f
Compare
When using `sbt -Dscala.version=2.X.Y` to test out packages, newer version of sbt-git have been setting `isSnapshot` to false if there isn't a tag associated with the current commit of scala/scala-dist. This makes it hard to test out changes in this repo as we get diffs like: ``` $ rpm -qip /home/ubuntu/code/scala-dist-baseline/target/scala-2.13.6.rpm Name : scala Version : 2.13.6 Release : 1 Architecture: noarch Install Date: (not installed) Group : Development/Languages Size : 649267584 License : BSD Signature : (none) Source RPM : scala-2.13.6-1.src.rpm ``` ``` $ rpm -qip /home/ubuntu/code/scala-dist/target/scala-2.13.6.rpm Name : scala Version : 2.13.6 Release : SNAPSHOT Architecture: noarch Install Date: (not installed) Group : Development/Languages Size : 649267584 License : BSD Signature : (none) Source RPM : scala-2.13.6-SNAPSHOT.src.rpm ... ```
eb5886f
to
9830d10
Compare
The difference was a metadata difference. sbt-git is now setting the |
This one is ready to go from my perspective. |
c4741fb
to
0621261
Compare
No description provided.